home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / gamecube.swf / scripts / DefineButton2_536 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-09-17  |  83 b   |  5 lines

  1. on(press){
  2.    frame = Number(_name) + 1;
  3.    _parent.copy.gotoAndStop(frame);
  4. }
  5.